object Form6: TForm6 Left = 200 Top = 99 Width = 640 Height = 480 Caption = 'Print Preview' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 7 Top = -1 Width = 800 Height = 1200 Enabled = False end object MainMenu1: TMainMenu Left = 370 Top = 39 object Print1: TMenuItem Caption = '&Print' ShortCut = 0 OnClick = Print1Click end object PrintSetup1: TMenuItem Caption = 'Print &Setup' ShortCut = 0 OnClick = PrintSetup1Click end object Exit1: TMenuItem Caption = '&Exit' ShortCut = 0 OnClick = Exit1Click end end end